JavaScript

{grid.object}setRowErrors Method

Syntax

{grid.Object}.setRowErrors(errors)

Arguments

errors

The row error to be set.

Description

Sets the 'row error' for the specified row.

Discussion

A 'row error' appears as an icon to the left of the row. Row errors are used when the error does not apply to a specific field. The method takes an array of JSON objects. The JSON objects have a 'row' and 'message' property.

See Also